projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f68903b
)
Bind sigusr1 and sigusr2 in special-event-map instead of global-map.
author
Kim F. Storm
<storm@cua.dk>
Tue, 19 Dec 2006 15:38:42 +0000
(15:38 +0000)
committer
Kim F. Storm
<storm@cua.dk>
Tue, 19 Dec 2006 15:38:42 +0000
(15:38 +0000)
lisp/bindings.el
patch
|
blob
|
history
diff --git
a/lisp/bindings.el
b/lisp/bindings.el
index b0a44421c728f71c6c2e6a5fd1a3c41646eb31d9..c0aa274cce893b2013b7676a8121e84a3e136593 100644
(file)
--- a/
lisp/bindings.el
+++ b/
lisp/bindings.el
@@
-1065,8
+1065,8
@@
language you are using."
(define-key ctl-x-4-map "c" 'clone-indirect-buffer-other-window)
;; Signal handlers
-(define-key
global-map [signal] (make-sparse-keymap)
)
-(define-key
global-map [signal t
] 'ignore)
+(define-key
special-event-map [sigusr1] 'ignore
)
+(define-key
special-event-map [sigusr2
] 'ignore)
;; Don't look for autoload cookies in this file.
;; Local Variables: